3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The flags parameter for the QATextureNew function specifies a texture mode, which determines certain features of the new texture map. You can use these masks to set the flags parameter.
#define kQATexture_None 0
#define kQATexture_Lock (1 << 0)
#define kQATexture_Mipmap (1 << 1)
#define kQATexture_NoCompression (1 << 2)
#define kQATexture_HighCompression (1 << 3)
Previous | QD3D Book | Overview | Chapter Contents | Next |